Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: skip index creation during loading MySQL snapshot #278

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

fanyang01
Copy link
Collaborator

@fanyang01 fanyang01 commented Dec 10, 2024

Resolves #152
Ref: #272

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 4 out of 6 changed files in this pull request and generated no suggestions.

Files not reviewed (2)
  • devtools/replica-setup-mysql/prepare.sh: Language not supported
  • devtools/replica-setup-mysql/snapshot.sh: Language not supported
Comments skipped due to low confidence (1)

configuration/env.go:14

  • [nitpick] The values 'y' and 'on' for the environment variable might be ambiguous and lead to misconfiguration. Consider using only 'yes' and 'true' for clarity.
case "", "y", "t", "1", "on", "yes", "true":
Copy link
Contributor

@TianyuZhang1214 TianyuZhang1214 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fanyang01 fanyang01 enabled auto-merge (squash) December 10, 2024 11:59
@fanyang01 fanyang01 disabled auto-merge December 10, 2024 12:02
@fanyang01 fanyang01 merged commit 0d691f2 into main Dec 10, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to replicate if a table has more than one primary/unique key
2 participants